auto merge of #667 : jakerr/cargo/help-help, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 6 Oct 2014 03:15:06 +0000 (03:15 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Oct 2014 03:15:06 +0000 (03:15 +0000)
This adds a dummy help command so that it's usage can be documented with docopt! This lets `cargo help help` work.

Also adds help flags to all of the subcommands that were missing them. Without
that `cargo help sub-command` shows Invalid Argument before the usage text.


Trivial merge